TextRequestModelFactory.CreateGroupResponse Method

Definition

public static Azure.Connectors.Sdk.TextRequest.Models.CreateGroupResponse CreateGroupResponse(int? id = default, int? groupMemberCount = default, bool? isKeyword = default, string name = default, string notes = default, string lastMessageSentUtc = default);
static member CreateGroupResponse : Nullable<int> * Nullable<int> * Nullable<bool> * string * string * string -> Azure.Connectors.Sdk.TextRequest.Models.CreateGroupResponse
Public Shared Function CreateGroupResponse (Optional id As Nullable(Of Integer) = Nothing, Optional groupMemberCount As Nullable(Of Integer) = Nothing, Optional isKeyword As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional notes As String = Nothing, Optional lastMessageSentUtc As String = Nothing) As CreateGroupResponse

Parameters

groupMemberCount
Nullable<Int32>
isKeyword
Nullable<Boolean>
name
String
notes
String
lastMessageSentUtc
String

Returns

Applies to