google-apis-dialogflow_v2 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +2796 -217
- data/lib/google/apis/dialogflow_v2/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2/representations.rb +1370 -226
- data/lib/google/apis/dialogflow_v2/service.rb +2430 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -844,961 +844,1387 @@ module Google
|
|
844
844
|
include Google::Apis::Core::JsonObjectSupport
|
845
845
|
end
|
846
846
|
|
847
|
-
class
|
847
|
+
class GoogleCloudDialogflowV2AgentAssistantFeedback
|
848
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
849
|
|
850
850
|
include Google::Apis::Core::JsonObjectSupport
|
851
851
|
end
|
852
852
|
|
853
|
-
class
|
853
|
+
class GoogleCloudDialogflowV2AgentAssistantRecord
|
854
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
855
|
|
856
856
|
include Google::Apis::Core::JsonObjectSupport
|
857
857
|
end
|
858
858
|
|
859
|
-
class
|
859
|
+
class GoogleCloudDialogflowV2AnalyzeContentRequest
|
860
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
861
|
|
862
862
|
include Google::Apis::Core::JsonObjectSupport
|
863
863
|
end
|
864
864
|
|
865
|
-
class
|
865
|
+
class GoogleCloudDialogflowV2AnalyzeContentResponse
|
866
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
867
|
|
868
868
|
include Google::Apis::Core::JsonObjectSupport
|
869
869
|
end
|
870
870
|
|
871
|
-
class
|
871
|
+
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
872
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
873
|
|
874
874
|
include Google::Apis::Core::JsonObjectSupport
|
875
875
|
end
|
876
876
|
|
877
|
-
class
|
877
|
+
class GoogleCloudDialogflowV2AnswerFeedback
|
878
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
879
|
|
880
880
|
include Google::Apis::Core::JsonObjectSupport
|
881
881
|
end
|
882
882
|
|
883
|
-
class
|
883
|
+
class GoogleCloudDialogflowV2AnswerRecord
|
884
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
885
|
|
886
886
|
include Google::Apis::Core::JsonObjectSupport
|
887
887
|
end
|
888
888
|
|
889
|
-
class
|
889
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
890
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
891
|
|
892
892
|
include Google::Apis::Core::JsonObjectSupport
|
893
893
|
end
|
894
894
|
|
895
|
-
class
|
895
|
+
class GoogleCloudDialogflowV2AudioInput
|
896
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
897
|
|
898
898
|
include Google::Apis::Core::JsonObjectSupport
|
899
899
|
end
|
900
900
|
|
901
|
-
class
|
901
|
+
class GoogleCloudDialogflowV2AutomatedAgentConfig
|
902
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
903
|
|
904
904
|
include Google::Apis::Core::JsonObjectSupport
|
905
905
|
end
|
906
906
|
|
907
|
-
class
|
907
|
+
class GoogleCloudDialogflowV2AutomatedAgentReply
|
908
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
909
|
|
910
910
|
include Google::Apis::Core::JsonObjectSupport
|
911
911
|
end
|
912
912
|
|
913
|
-
class
|
913
|
+
class GoogleCloudDialogflowV2BatchCreateEntitiesRequest
|
914
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
915
|
|
916
916
|
include Google::Apis::Core::JsonObjectSupport
|
917
917
|
end
|
918
918
|
|
919
|
-
class
|
919
|
+
class GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
|
920
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
921
|
|
922
922
|
include Google::Apis::Core::JsonObjectSupport
|
923
923
|
end
|
924
924
|
|
925
|
-
class
|
925
|
+
class GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest
|
926
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
927
|
|
928
928
|
include Google::Apis::Core::JsonObjectSupport
|
929
929
|
end
|
930
930
|
|
931
|
-
class
|
931
|
+
class GoogleCloudDialogflowV2BatchDeleteIntentsRequest
|
932
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
933
|
|
934
934
|
include Google::Apis::Core::JsonObjectSupport
|
935
935
|
end
|
936
936
|
|
937
|
-
class
|
937
|
+
class GoogleCloudDialogflowV2BatchUpdateEntitiesRequest
|
938
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
939
|
|
940
940
|
include Google::Apis::Core::JsonObjectSupport
|
941
941
|
end
|
942
942
|
|
943
|
-
class
|
943
|
+
class GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest
|
944
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
945
|
|
946
946
|
include Google::Apis::Core::JsonObjectSupport
|
947
947
|
end
|
948
948
|
|
949
|
-
class
|
949
|
+
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
950
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
951
|
|
952
952
|
include Google::Apis::Core::JsonObjectSupport
|
953
953
|
end
|
954
954
|
|
955
|
-
class
|
955
|
+
class GoogleCloudDialogflowV2BatchUpdateIntentsRequest
|
956
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
957
|
|
958
958
|
include Google::Apis::Core::JsonObjectSupport
|
959
959
|
end
|
960
960
|
|
961
|
-
class
|
961
|
+
class GoogleCloudDialogflowV2BatchUpdateIntentsResponse
|
962
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
963
|
|
964
964
|
include Google::Apis::Core::JsonObjectSupport
|
965
965
|
end
|
966
966
|
|
967
|
-
class
|
967
|
+
class GoogleCloudDialogflowV2CallMatcher
|
968
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
969
|
|
970
970
|
include Google::Apis::Core::JsonObjectSupport
|
971
971
|
end
|
972
972
|
|
973
|
-
class
|
973
|
+
class GoogleCloudDialogflowV2CallMatcherCustomHeaders
|
974
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
975
|
|
976
976
|
include Google::Apis::Core::JsonObjectSupport
|
977
977
|
end
|
978
978
|
|
979
|
-
class
|
979
|
+
class GoogleCloudDialogflowV2CompleteConversationRequest
|
980
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
981
|
|
982
982
|
include Google::Apis::Core::JsonObjectSupport
|
983
983
|
end
|
984
984
|
|
985
|
-
class
|
985
|
+
class GoogleCloudDialogflowV2Context
|
986
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
987
|
|
988
988
|
include Google::Apis::Core::JsonObjectSupport
|
989
989
|
end
|
990
990
|
|
991
|
-
class
|
991
|
+
class GoogleCloudDialogflowV2Conversation
|
992
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
993
|
|
994
994
|
include Google::Apis::Core::JsonObjectSupport
|
995
995
|
end
|
996
996
|
|
997
|
-
class
|
997
|
+
class GoogleCloudDialogflowV2ConversationEvent
|
998
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
999
|
|
1000
1000
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1001
|
end
|
1002
1002
|
|
1003
|
-
class
|
1003
|
+
class GoogleCloudDialogflowV2ConversationPhoneNumber
|
1004
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1005
|
|
1006
1006
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1007
|
end
|
1008
1008
|
|
1009
|
-
class
|
1009
|
+
class GoogleCloudDialogflowV2ConversationProfile
|
1010
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1011
|
|
1012
1012
|
include Google::Apis::Core::JsonObjectSupport
|
1013
1013
|
end
|
1014
1014
|
|
1015
|
-
class
|
1015
|
+
class GoogleCloudDialogflowV2CreateCallMatcherRequest
|
1016
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
1017
|
|
1018
1018
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1019
|
end
|
1020
1020
|
|
1021
|
-
class
|
1021
|
+
class GoogleCloudDialogflowV2DetectIntentRequest
|
1022
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1023
|
|
1024
1024
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1025
|
end
|
1026
1026
|
|
1027
|
-
class
|
1027
|
+
class GoogleCloudDialogflowV2DetectIntentResponse
|
1028
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1029
|
|
1030
1030
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1031
|
end
|
1032
1032
|
|
1033
|
-
class
|
1033
|
+
class GoogleCloudDialogflowV2Document
|
1034
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1035
|
|
1036
1036
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1037
|
end
|
1038
1038
|
|
1039
|
-
class
|
1039
|
+
class GoogleCloudDialogflowV2DocumentReloadStatus
|
1040
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1041
|
|
1042
1042
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1043
|
end
|
1044
1044
|
|
1045
|
-
class
|
1045
|
+
class GoogleCloudDialogflowV2DtmfParameters
|
1046
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1047
|
|
1048
1048
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1049
|
end
|
1050
1050
|
|
1051
|
-
class
|
1051
|
+
class GoogleCloudDialogflowV2EntityType
|
1052
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1053
|
|
1054
1054
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1055
|
end
|
1056
1056
|
|
1057
|
-
class
|
1057
|
+
class GoogleCloudDialogflowV2EntityTypeBatch
|
1058
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1059
|
|
1060
1060
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1061
|
end
|
1062
1062
|
|
1063
|
-
class
|
1063
|
+
class GoogleCloudDialogflowV2EntityTypeEntity
|
1064
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1065
|
|
1066
1066
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1067
|
end
|
1068
1068
|
|
1069
|
-
class
|
1069
|
+
class GoogleCloudDialogflowV2Environment
|
1070
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1071
|
|
1072
1072
|
include Google::Apis::Core::JsonObjectSupport
|
1073
1073
|
end
|
1074
1074
|
|
1075
|
-
class
|
1075
|
+
class GoogleCloudDialogflowV2EventInput
|
1076
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1077
|
|
1078
1078
|
include Google::Apis::Core::JsonObjectSupport
|
1079
1079
|
end
|
1080
1080
|
|
1081
|
-
class
|
1081
|
+
class GoogleCloudDialogflowV2ExportAgentRequest
|
1082
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
1083
|
|
1084
1084
|
include Google::Apis::Core::JsonObjectSupport
|
1085
1085
|
end
|
1086
1086
|
|
1087
|
-
class
|
1087
|
+
class GoogleCloudDialogflowV2ExportAgentResponse
|
1088
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
1089
|
|
1090
1090
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1091
|
end
|
1092
1092
|
|
1093
|
-
class
|
1093
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
1094
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1095
|
|
1096
1096
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1097
|
end
|
1098
1098
|
|
1099
|
-
class
|
1099
|
+
class GoogleCloudDialogflowV2Fulfillment
|
1100
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1101
|
|
1102
1102
|
include Google::Apis::Core::JsonObjectSupport
|
1103
1103
|
end
|
1104
1104
|
|
1105
|
-
class
|
1105
|
+
class GoogleCloudDialogflowV2FulfillmentFeature
|
1106
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
1107
|
|
1108
1108
|
include Google::Apis::Core::JsonObjectSupport
|
1109
1109
|
end
|
1110
1110
|
|
1111
|
-
class
|
1111
|
+
class GoogleCloudDialogflowV2FulfillmentGenericWebService
|
1112
1112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
1113
|
|
1114
1114
|
include Google::Apis::Core::JsonObjectSupport
|
1115
1115
|
end
|
1116
1116
|
|
1117
|
-
class
|
1117
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfig
|
1118
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
1119
|
|
1120
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1121
|
end
|
1122
1122
|
|
1123
|
-
class
|
1123
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
|
1124
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1125
|
|
1126
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1127
1127
|
end
|
1128
1128
|
|
1129
|
-
class
|
1129
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig
|
1130
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
1131
|
|
1132
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1133
|
end
|
1134
1134
|
|
1135
|
-
class
|
1135
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig
|
1136
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1137
|
|
1138
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1139
|
end
|
1140
1140
|
|
1141
|
-
class
|
1141
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
|
1142
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
1143
|
|
1144
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1145
|
end
|
1146
1146
|
|
1147
|
-
class
|
1147
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
|
1148
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1149
|
|
1150
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1151
|
end
|
1152
1152
|
|
1153
|
-
class
|
1153
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
|
1154
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1155
|
|
1156
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1157
1157
|
end
|
1158
1158
|
|
1159
|
-
class
|
1159
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
|
1160
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
1161
|
|
1162
1162
|
include Google::Apis::Core::JsonObjectSupport
|
1163
1163
|
end
|
1164
1164
|
|
1165
|
-
class
|
1165
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
|
1166
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
1167
|
|
1168
1168
|
include Google::Apis::Core::JsonObjectSupport
|
1169
1169
|
end
|
1170
1170
|
|
1171
|
-
class
|
1171
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
|
1172
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
1173
|
|
1174
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1175
1175
|
end
|
1176
1176
|
|
1177
|
-
class
|
1177
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
|
1178
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
1179
|
|
1180
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1181
1181
|
end
|
1182
1182
|
|
1183
|
-
class
|
1183
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
1184
1184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
1185
|
|
1186
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1187
|
end
|
1188
1188
|
|
1189
|
-
class
|
1189
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfig
|
1190
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1191
|
|
1192
1192
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1193
|
end
|
1194
1194
|
|
1195
|
-
class
|
1195
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig
|
1196
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1197
|
|
1198
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1199
1199
|
end
|
1200
1200
|
|
1201
|
-
class
|
1201
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
1202
1202
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
1203
|
|
1204
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1205
1205
|
end
|
1206
1206
|
|
1207
|
-
class
|
1207
|
+
class GoogleCloudDialogflowV2ImportAgentRequest
|
1208
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
1209
|
|
1210
1210
|
include Google::Apis::Core::JsonObjectSupport
|
1211
1211
|
end
|
1212
1212
|
|
1213
|
-
class
|
1213
|
+
class GoogleCloudDialogflowV2InputAudioConfig
|
1214
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1215
|
|
1216
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1217
|
end
|
1218
1218
|
|
1219
|
-
class
|
1219
|
+
class GoogleCloudDialogflowV2Intent
|
1220
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1221
|
|
1222
1222
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1223
|
end
|
1224
1224
|
|
1225
|
-
class
|
1225
|
+
class GoogleCloudDialogflowV2IntentBatch
|
1226
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1227
|
|
1228
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1229
|
end
|
1230
1230
|
|
1231
|
-
class
|
1231
|
+
class GoogleCloudDialogflowV2IntentFollowupIntentInfo
|
1232
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1233
|
|
1234
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1235
1235
|
end
|
1236
1236
|
|
1237
|
-
class
|
1237
|
+
class GoogleCloudDialogflowV2IntentMessage
|
1238
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
1239
|
|
1240
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1241
|
end
|
1242
1242
|
|
1243
|
-
class
|
1243
|
+
class GoogleCloudDialogflowV2IntentMessageBasicCard
|
1244
1244
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1245
|
|
1246
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1247
|
end
|
1248
1248
|
|
1249
|
-
class
|
1249
|
+
class GoogleCloudDialogflowV2IntentMessageBasicCardButton
|
1250
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1251
|
|
1252
1252
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1253
|
end
|
1254
1254
|
|
1255
|
-
class
|
1255
|
+
class GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction
|
1256
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1257
|
|
1258
1258
|
include Google::Apis::Core::JsonObjectSupport
|
1259
1259
|
end
|
1260
1260
|
|
1261
|
-
class
|
1261
|
+
class GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard
|
1262
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
1263
|
|
1264
1264
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1265
|
end
|
1266
1266
|
|
1267
|
-
class
|
1267
|
+
class GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem
|
1268
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1269
|
|
1270
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1271
1271
|
end
|
1272
1272
|
|
1273
|
-
class
|
1273
|
+
class GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
|
1274
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
1275
|
|
1276
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1277
1277
|
end
|
1278
1278
|
|
1279
|
-
class
|
1279
|
+
class GoogleCloudDialogflowV2IntentMessageCard
|
1280
1280
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
1281
|
|
1282
1282
|
include Google::Apis::Core::JsonObjectSupport
|
1283
1283
|
end
|
1284
1284
|
|
1285
|
-
class
|
1285
|
+
class GoogleCloudDialogflowV2IntentMessageCardButton
|
1286
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
1287
|
|
1288
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1289
|
end
|
1290
1290
|
|
1291
|
-
class
|
1291
|
+
class GoogleCloudDialogflowV2IntentMessageCarouselSelect
|
1292
1292
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1293
|
|
1294
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1295
1295
|
end
|
1296
1296
|
|
1297
|
-
class
|
1297
|
+
class GoogleCloudDialogflowV2IntentMessageCarouselSelectItem
|
1298
1298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
1299
|
|
1300
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1301
|
end
|
1302
1302
|
|
1303
|
-
class
|
1303
|
+
class GoogleCloudDialogflowV2IntentMessageColumnProperties
|
1304
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1305
|
|
1306
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1307
1307
|
end
|
1308
1308
|
|
1309
|
-
class
|
1309
|
+
class GoogleCloudDialogflowV2IntentMessageImage
|
1310
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
1311
|
|
1312
1312
|
include Google::Apis::Core::JsonObjectSupport
|
1313
1313
|
end
|
1314
1314
|
|
1315
|
-
class
|
1315
|
+
class GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion
|
1316
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
1317
|
|
1318
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1319
1319
|
end
|
1320
1320
|
|
1321
|
-
class
|
1321
|
+
class GoogleCloudDialogflowV2IntentMessageListSelect
|
1322
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
1323
|
|
1324
1324
|
include Google::Apis::Core::JsonObjectSupport
|
1325
1325
|
end
|
1326
1326
|
|
1327
|
-
class
|
1327
|
+
class GoogleCloudDialogflowV2IntentMessageListSelectItem
|
1328
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
1329
|
|
1330
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1331
|
end
|
1332
1332
|
|
1333
|
-
class
|
1333
|
+
class GoogleCloudDialogflowV2IntentMessageMediaContent
|
1334
1334
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1335
|
|
1336
1336
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1337
|
end
|
1338
1338
|
|
1339
|
-
class
|
1339
|
+
class GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject
|
1340
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1341
|
|
1342
1342
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1343
|
end
|
1344
1344
|
|
1345
|
-
class
|
1345
|
+
class GoogleCloudDialogflowV2IntentMessageQuickReplies
|
1346
1346
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1347
|
|
1348
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1349
|
end
|
1350
1350
|
|
1351
|
-
class
|
1351
|
+
class GoogleCloudDialogflowV2IntentMessageSelectItemInfo
|
1352
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1353
|
|
1354
1354
|
include Google::Apis::Core::JsonObjectSupport
|
1355
1355
|
end
|
1356
1356
|
|
1357
|
-
class
|
1357
|
+
class GoogleCloudDialogflowV2IntentMessageSimpleResponse
|
1358
1358
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
1359
|
|
1360
1360
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1361
|
end
|
1362
1362
|
|
1363
|
-
class
|
1363
|
+
class GoogleCloudDialogflowV2IntentMessageSimpleResponses
|
1364
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1365
|
|
1366
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1367
|
end
|
1368
1368
|
|
1369
|
-
class
|
1369
|
+
class GoogleCloudDialogflowV2IntentMessageSuggestion
|
1370
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1371
|
|
1372
1372
|
include Google::Apis::Core::JsonObjectSupport
|
1373
1373
|
end
|
1374
1374
|
|
1375
|
-
class
|
1375
|
+
class GoogleCloudDialogflowV2IntentMessageSuggestions
|
1376
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
1377
|
|
1378
1378
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1379
|
end
|
1380
1380
|
|
1381
|
-
class
|
1381
|
+
class GoogleCloudDialogflowV2IntentMessageTableCard
|
1382
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1383
|
|
1384
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1385
|
end
|
1386
1386
|
|
1387
|
-
class
|
1387
|
+
class GoogleCloudDialogflowV2IntentMessageTableCardCell
|
1388
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1389
|
|
1390
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1391
|
end
|
1392
1392
|
|
1393
|
-
class
|
1393
|
+
class GoogleCloudDialogflowV2IntentMessageTableCardRow
|
1394
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
1395
|
|
1396
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1397
1397
|
end
|
1398
1398
|
|
1399
|
-
class
|
1399
|
+
class GoogleCloudDialogflowV2IntentMessageText
|
1400
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1401
|
|
1402
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1403
|
end
|
1404
1404
|
|
1405
|
-
class
|
1405
|
+
class GoogleCloudDialogflowV2IntentParameter
|
1406
1406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1407
|
|
1408
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1409
1409
|
end
|
1410
1410
|
|
1411
|
-
class
|
1411
|
+
class GoogleCloudDialogflowV2IntentTrainingPhrase
|
1412
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
1413
|
|
1414
1414
|
include Google::Apis::Core::JsonObjectSupport
|
1415
1415
|
end
|
1416
1416
|
|
1417
|
-
class
|
1417
|
+
class GoogleCloudDialogflowV2IntentTrainingPhrasePart
|
1418
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
1419
|
|
1420
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1421
|
end
|
1422
1422
|
|
1423
|
-
class
|
1423
|
+
class GoogleCloudDialogflowV2KnowledgeBase
|
1424
1424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1425
|
|
1426
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1427
|
end
|
1428
1428
|
|
1429
|
-
class
|
1429
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
1430
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1431
|
|
1432
1432
|
include Google::Apis::Core::JsonObjectSupport
|
1433
1433
|
end
|
1434
1434
|
|
1435
|
-
class
|
1435
|
+
class GoogleCloudDialogflowV2ListAnswerRecordsResponse
|
1436
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
1437
|
|
1438
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1439
1439
|
end
|
1440
1440
|
|
1441
|
-
class
|
1441
|
+
class GoogleCloudDialogflowV2ListCallMatchersResponse
|
1442
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
1443
|
|
1444
1444
|
include Google::Apis::Core::JsonObjectSupport
|
1445
1445
|
end
|
1446
1446
|
|
1447
|
-
class
|
1447
|
+
class GoogleCloudDialogflowV2ListContextsResponse
|
1448
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
1449
|
|
1450
1450
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1451
|
end
|
1452
1452
|
|
1453
|
-
class
|
1453
|
+
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
1454
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1455
|
|
1456
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1457
|
end
|
1458
1458
|
|
1459
|
-
class
|
1459
|
+
class GoogleCloudDialogflowV2ListConversationsResponse
|
1460
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1461
|
|
1462
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1463
|
end
|
1464
1464
|
|
1465
|
-
class
|
1465
|
+
class GoogleCloudDialogflowV2ListDocumentsResponse
|
1466
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1467
|
|
1468
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1469
|
end
|
1470
1470
|
|
1471
|
-
class
|
1471
|
+
class GoogleCloudDialogflowV2ListEntityTypesResponse
|
1472
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1473
|
|
1474
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1475
1475
|
end
|
1476
1476
|
|
1477
|
-
class
|
1477
|
+
class GoogleCloudDialogflowV2ListEnvironmentsResponse
|
1478
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1479
|
|
1480
1480
|
include Google::Apis::Core::JsonObjectSupport
|
1481
1481
|
end
|
1482
1482
|
|
1483
|
-
class
|
1483
|
+
class GoogleCloudDialogflowV2ListIntentsResponse
|
1484
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
1485
|
|
1486
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1487
1487
|
end
|
1488
1488
|
|
1489
|
-
class
|
1489
|
+
class GoogleCloudDialogflowV2ListKnowledgeBasesResponse
|
1490
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
1491
|
|
1492
1492
|
include Google::Apis::Core::JsonObjectSupport
|
1493
1493
|
end
|
1494
1494
|
|
1495
|
-
class
|
1495
|
+
class GoogleCloudDialogflowV2ListMessagesResponse
|
1496
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
1497
|
|
1498
1498
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1499
|
end
|
1500
1500
|
|
1501
|
-
class
|
1501
|
+
class GoogleCloudDialogflowV2ListParticipantsResponse
|
1502
1502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1503
|
|
1504
1504
|
include Google::Apis::Core::JsonObjectSupport
|
1505
1505
|
end
|
1506
1506
|
|
1507
|
-
class
|
1507
|
+
class GoogleCloudDialogflowV2ListSessionEntityTypesResponse
|
1508
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
1509
|
|
1510
1510
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1511
|
end
|
1512
1512
|
|
1513
|
-
class
|
1513
|
+
class GoogleCloudDialogflowV2LoggingConfig
|
1514
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1515
|
|
1516
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1517
|
end
|
1518
1518
|
|
1519
|
-
class
|
1519
|
+
class GoogleCloudDialogflowV2Message
|
1520
1520
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1521
|
|
1522
1522
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1523
|
end
|
1524
1524
|
|
1525
|
-
class
|
1525
|
+
class GoogleCloudDialogflowV2MessageAnnotation
|
1526
1526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1527
|
|
1528
1528
|
include Google::Apis::Core::JsonObjectSupport
|
1529
1529
|
end
|
1530
1530
|
|
1531
|
-
class
|
1531
|
+
class GoogleCloudDialogflowV2NotificationConfig
|
1532
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
1533
|
|
1534
1534
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1535
|
end
|
1536
1536
|
|
1537
|
-
class
|
1537
|
+
class GoogleCloudDialogflowV2OriginalDetectIntentRequest
|
1538
1538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1539
|
|
1540
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1541
1541
|
end
|
1542
1542
|
|
1543
|
-
class
|
1543
|
+
class GoogleCloudDialogflowV2OutputAudio
|
1544
1544
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
1545
|
|
1546
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1547
1547
|
end
|
1548
1548
|
|
1549
|
-
class
|
1549
|
+
class GoogleCloudDialogflowV2OutputAudioConfig
|
1550
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
1551
|
|
1552
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1553
|
end
|
1554
1554
|
|
1555
|
-
class
|
1555
|
+
class GoogleCloudDialogflowV2Participant
|
1556
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1557
|
|
1558
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1559
1559
|
end
|
1560
1560
|
|
1561
|
-
class
|
1561
|
+
class GoogleCloudDialogflowV2QueryInput
|
1562
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
1563
|
|
1564
1564
|
include Google::Apis::Core::JsonObjectSupport
|
1565
1565
|
end
|
1566
1566
|
|
1567
|
-
class
|
1567
|
+
class GoogleCloudDialogflowV2QueryParameters
|
1568
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
1569
|
|
1570
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1571
1571
|
end
|
1572
1572
|
|
1573
|
-
class
|
1573
|
+
class GoogleCloudDialogflowV2QueryResult
|
1574
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
1575
|
|
1576
1576
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1577
|
end
|
1578
1578
|
|
1579
|
-
class
|
1579
|
+
class GoogleCloudDialogflowV2ReloadDocumentRequest
|
1580
1580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1581
|
|
1582
1582
|
include Google::Apis::Core::JsonObjectSupport
|
1583
1583
|
end
|
1584
1584
|
|
1585
|
-
class
|
1585
|
+
class GoogleCloudDialogflowV2RestoreAgentRequest
|
1586
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
1587
|
|
1588
1588
|
include Google::Apis::Core::JsonObjectSupport
|
1589
1589
|
end
|
1590
1590
|
|
1591
|
-
class
|
1591
|
+
class GoogleCloudDialogflowV2SearchAgentsResponse
|
1592
1592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
1593
|
|
1594
1594
|
include Google::Apis::Core::JsonObjectSupport
|
1595
1595
|
end
|
1596
1596
|
|
1597
|
-
class
|
1597
|
+
class GoogleCloudDialogflowV2Sentiment
|
1598
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
1599
|
|
1600
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1601
|
end
|
1602
1602
|
|
1603
|
-
class
|
1603
|
+
class GoogleCloudDialogflowV2SentimentAnalysisRequestConfig
|
1604
1604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1605
|
|
1606
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1607
1607
|
end
|
1608
1608
|
|
1609
|
-
class
|
1609
|
+
class GoogleCloudDialogflowV2SentimentAnalysisResult
|
1610
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
1611
|
|
1612
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1613
|
end
|
1614
1614
|
|
1615
|
-
class
|
1615
|
+
class GoogleCloudDialogflowV2SessionEntityType
|
1616
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1617
|
|
1618
1618
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1619
|
end
|
1620
1620
|
|
1621
|
-
class
|
1621
|
+
class GoogleCloudDialogflowV2SpeechContext
|
1622
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1623
|
|
1624
1624
|
include Google::Apis::Core::JsonObjectSupport
|
1625
1625
|
end
|
1626
1626
|
|
1627
|
-
class
|
1627
|
+
class GoogleCloudDialogflowV2SpeechToTextConfig
|
1628
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
1629
|
|
1630
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1631
|
end
|
1632
1632
|
|
1633
|
-
class
|
1633
|
+
class GoogleCloudDialogflowV2SuggestArticlesRequest
|
1634
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1635
|
|
1636
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1637
|
end
|
1638
1638
|
|
1639
|
-
class
|
1639
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1640
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
1641
|
|
1642
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1643
1643
|
end
|
1644
1644
|
|
1645
|
-
class
|
1645
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersRequest
|
1646
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1647
|
|
1648
1648
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1649
|
end
|
1650
1650
|
|
1651
|
-
class
|
1651
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
1652
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1653
|
|
1654
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1655
|
end
|
1656
1656
|
|
1657
|
-
class
|
1657
|
+
class GoogleCloudDialogflowV2SuggestionFeature
|
1658
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1659
|
|
1660
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1661
|
end
|
1662
1662
|
|
1663
|
-
class
|
1663
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
1664
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
1665
|
|
1666
1666
|
include Google::Apis::Core::JsonObjectSupport
|
1667
1667
|
end
|
1668
1668
|
|
1669
|
-
class
|
1669
|
+
class GoogleCloudDialogflowV2SynthesizeSpeechConfig
|
1670
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
1671
|
|
1672
1672
|
include Google::Apis::Core::JsonObjectSupport
|
1673
1673
|
end
|
1674
1674
|
|
1675
|
-
class
|
1675
|
+
class GoogleCloudDialogflowV2TextInput
|
1676
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
1677
|
|
1678
1678
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1679
|
end
|
1680
1680
|
|
1681
|
-
class
|
1681
|
+
class GoogleCloudDialogflowV2TrainAgentRequest
|
1682
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1683
|
|
1684
1684
|
include Google::Apis::Core::JsonObjectSupport
|
1685
1685
|
end
|
1686
1686
|
|
1687
|
-
class
|
1687
|
+
class GoogleCloudDialogflowV2ValidationError
|
1688
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
1689
|
|
1690
1690
|
include Google::Apis::Core::JsonObjectSupport
|
1691
1691
|
end
|
1692
1692
|
|
1693
|
-
class
|
1693
|
+
class GoogleCloudDialogflowV2ValidationResult
|
1694
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1695
|
|
1696
1696
|
include Google::Apis::Core::JsonObjectSupport
|
1697
1697
|
end
|
1698
1698
|
|
1699
|
-
class
|
1699
|
+
class GoogleCloudDialogflowV2VoiceSelectionParams
|
1700
1700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
1701
|
|
1702
1702
|
include Google::Apis::Core::JsonObjectSupport
|
1703
1703
|
end
|
1704
1704
|
|
1705
|
-
class
|
1705
|
+
class GoogleCloudDialogflowV2WebhookRequest
|
1706
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
1707
|
|
1708
1708
|
include Google::Apis::Core::JsonObjectSupport
|
1709
1709
|
end
|
1710
1710
|
|
1711
|
-
class
|
1711
|
+
class GoogleCloudDialogflowV2WebhookResponse
|
1712
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
1713
|
|
1714
1714
|
include Google::Apis::Core::JsonObjectSupport
|
1715
1715
|
end
|
1716
1716
|
|
1717
|
-
class
|
1717
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
1718
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
1719
|
|
1720
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1721
1721
|
end
|
1722
1722
|
|
1723
|
-
class
|
1723
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
1724
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
1725
|
|
1726
1726
|
include Google::Apis::Core::JsonObjectSupport
|
1727
1727
|
end
|
1728
1728
|
|
1729
|
-
class
|
1729
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
|
1730
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
1731
|
|
1732
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1733
1733
|
end
|
1734
1734
|
|
1735
|
-
class
|
1735
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
|
1736
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
1737
|
|
1738
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1739
1739
|
end
|
1740
1740
|
|
1741
|
-
class
|
1741
|
+
class GoogleCloudDialogflowV2beta1Context
|
1742
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
1743
|
|
1744
1744
|
include Google::Apis::Core::JsonObjectSupport
|
1745
1745
|
end
|
1746
1746
|
|
1747
|
-
class
|
1747
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
1748
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
1749
|
|
1750
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1751
1751
|
end
|
1752
1752
|
|
1753
|
-
class
|
1753
|
+
class GoogleCloudDialogflowV2beta1EntityType
|
1754
1754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
1755
|
|
1756
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1757
1757
|
end
|
1758
1758
|
|
1759
|
-
class
|
1759
|
+
class GoogleCloudDialogflowV2beta1EntityTypeEntity
|
1760
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
1761
|
|
1762
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1763
1763
|
end
|
1764
1764
|
|
1765
|
-
class
|
1765
|
+
class GoogleCloudDialogflowV2beta1EventInput
|
1766
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
1767
|
|
1768
1768
|
include Google::Apis::Core::JsonObjectSupport
|
1769
1769
|
end
|
1770
1770
|
|
1771
|
-
class
|
1771
|
+
class GoogleCloudDialogflowV2beta1ExportAgentResponse
|
1772
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
1773
|
|
1774
1774
|
include Google::Apis::Core::JsonObjectSupport
|
1775
1775
|
end
|
1776
1776
|
|
1777
|
-
class
|
1777
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1778
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
1779
|
|
1780
1780
|
include Google::Apis::Core::JsonObjectSupport
|
1781
1781
|
end
|
1782
1782
|
|
1783
|
-
class
|
1783
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1784
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
1785
|
|
1786
1786
|
include Google::Apis::Core::JsonObjectSupport
|
1787
1787
|
end
|
1788
1788
|
|
1789
|
-
class
|
1789
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
1790
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1791
1791
|
|
1792
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1793
|
end
|
1794
1794
|
|
1795
|
-
class
|
1795
|
+
class GoogleCloudDialogflowV2beta1Intent
|
1796
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1797
|
|
1798
1798
|
include Google::Apis::Core::JsonObjectSupport
|
1799
1799
|
end
|
1800
1800
|
|
1801
|
-
class
|
1801
|
+
class GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
|
1802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
|
+
|
1804
|
+
include Google::Apis::Core::JsonObjectSupport
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class GoogleCloudDialogflowV2beta1IntentMessage
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
|
+
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
1811
|
+
end
|
1812
|
+
|
1813
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCard
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1815
|
+
|
1816
|
+
include Google::Apis::Core::JsonObjectSupport
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
|
+
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction
|
1826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1827
|
+
|
1828
|
+
include Google::Apis::Core::JsonObjectSupport
|
1829
|
+
end
|
1830
|
+
|
1831
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
|
+
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCard
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCardButton
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
class GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class GoogleCloudDialogflowV2beta1IntentMessageImage
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
|
+
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class GoogleCloudDialogflowV2beta1IntentMessageListSelect
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class GoogleCloudDialogflowV2beta1IntentMessageListSelectItem
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1903
|
+
class GoogleCloudDialogflowV2beta1IntentMessageMediaContent
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1905
|
+
|
1906
|
+
include Google::Apis::Core::JsonObjectSupport
|
1907
|
+
end
|
1908
|
+
|
1909
|
+
class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
class GoogleCloudDialogflowV2beta1IntentMessageQuickReplies
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
|
1922
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1923
|
+
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1929
|
+
|
1930
|
+
include Google::Apis::Core::JsonObjectSupport
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
|
+
|
1936
|
+
include Google::Apis::Core::JsonObjectSupport
|
1937
|
+
end
|
1938
|
+
|
1939
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
+
|
1942
|
+
include Google::Apis::Core::JsonObjectSupport
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1951
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
|
+
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmText
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1987
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1999
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSuggestion
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSuggestions
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
2017
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCard
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
include Google::Apis::Core::JsonObjectSupport
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCardCell
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCardRow
|
2030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class GoogleCloudDialogflowV2beta1IntentMessageText
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class GoogleCloudDialogflowV2beta1IntentParameter
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class GoogleCloudDialogflowV2beta1IntentTrainingPhrase
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAnswers
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class GoogleCloudDialogflowV2beta1Message
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
|
+
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
|
+
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
class GoogleCloudDialogflowV2beta1QueryResult
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class GoogleCloudDialogflowV2beta1Sentiment
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class GoogleCloudDialogflowV2beta1SentimentAnalysisResult
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
2131
|
+
class GoogleCloudDialogflowV2beta1SessionEntityType
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2161
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2163
|
+
|
2164
|
+
include Google::Apis::Core::JsonObjectSupport
|
2165
|
+
end
|
2166
|
+
|
2167
|
+
class GoogleCloudDialogflowV2beta1WebhookRequest
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class GoogleCloudDialogflowV2beta1WebhookResponse
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2175
|
+
|
2176
|
+
include Google::Apis::Core::JsonObjectSupport
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2185
|
+
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
2191
|
+
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
|
+
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
2201
|
+
end
|
2202
|
+
|
2203
|
+
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
2210
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2211
|
+
|
2212
|
+
include Google::Apis::Core::JsonObjectSupport
|
2213
|
+
end
|
2214
|
+
|
2215
|
+
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
include Google::Apis::Core::JsonObjectSupport
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class GoogleLongrunningListOperationsResponse
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
|
+
|
2224
|
+
include Google::Apis::Core::JsonObjectSupport
|
2225
|
+
end
|
2226
|
+
|
2227
|
+
class GoogleLongrunningOperation
|
1802
2228
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
2229
|
|
1804
2230
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3072,108 +3498,223 @@ module Google
|
|
3072
3498
|
end
|
3073
3499
|
end
|
3074
3500
|
|
3075
|
-
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
3501
|
+
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
3502
|
+
# @private
|
3503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3504
|
+
property :detect_intent_response_id, as: 'detectIntentResponseId'
|
3505
|
+
property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo::Representation
|
3506
|
+
|
3507
|
+
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3508
|
+
|
3509
|
+
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3510
|
+
|
3511
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
3512
|
+
|
3513
|
+
hash :payload, as: 'payload'
|
3514
|
+
property :sentiment_analysis_result, as: 'sentimentAnalysisResult', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult::Representation
|
3515
|
+
|
3516
|
+
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3517
|
+
|
3518
|
+
end
|
3519
|
+
end
|
3520
|
+
|
3521
|
+
class GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
|
3522
|
+
# @private
|
3523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3524
|
+
property :tag, as: 'tag'
|
3525
|
+
end
|
3526
|
+
end
|
3527
|
+
|
3528
|
+
class GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo
|
3529
|
+
# @private
|
3530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3531
|
+
property :confidence, as: 'confidence'
|
3532
|
+
property :display_name, as: 'displayName'
|
3533
|
+
property :last_matched_intent, as: 'lastMatchedIntent'
|
3534
|
+
hash :parameters, as: 'parameters', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue::Representation
|
3535
|
+
|
3536
|
+
end
|
3537
|
+
end
|
3538
|
+
|
3539
|
+
class GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue
|
3540
|
+
# @private
|
3541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3542
|
+
property :original_value, as: 'originalValue'
|
3543
|
+
property :resolved_value, as: 'resolvedValue'
|
3544
|
+
end
|
3545
|
+
end
|
3546
|
+
|
3547
|
+
class GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult
|
3548
|
+
# @private
|
3549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3550
|
+
property :magnitude, as: 'magnitude'
|
3551
|
+
property :score, as: 'score'
|
3552
|
+
end
|
3553
|
+
end
|
3554
|
+
|
3555
|
+
class GoogleCloudDialogflowCxV3beta1WebhookResponse
|
3556
|
+
# @private
|
3557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3558
|
+
property :fulfillment_response, as: 'fulfillmentResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse::Representation
|
3559
|
+
|
3560
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
3561
|
+
|
3562
|
+
hash :payload, as: 'payload'
|
3563
|
+
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3564
|
+
|
3565
|
+
property :target_flow, as: 'targetFlow'
|
3566
|
+
property :target_page, as: 'targetPage'
|
3567
|
+
end
|
3568
|
+
end
|
3569
|
+
|
3570
|
+
class GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse
|
3571
|
+
# @private
|
3572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3573
|
+
property :merge_behavior, as: 'mergeBehavior'
|
3574
|
+
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3575
|
+
|
3576
|
+
end
|
3577
|
+
end
|
3578
|
+
|
3579
|
+
class GoogleCloudDialogflowV2Agent
|
3580
|
+
# @private
|
3581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3582
|
+
property :api_version, as: 'apiVersion'
|
3583
|
+
property :avatar_uri, as: 'avatarUri'
|
3584
|
+
property :classification_threshold, as: 'classificationThreshold'
|
3585
|
+
property :default_language_code, as: 'defaultLanguageCode'
|
3586
|
+
property :description, as: 'description'
|
3587
|
+
property :display_name, as: 'displayName'
|
3588
|
+
property :enable_logging, as: 'enableLogging'
|
3589
|
+
property :match_mode, as: 'matchMode'
|
3590
|
+
property :parent, as: 'parent'
|
3591
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
3592
|
+
property :tier, as: 'tier'
|
3593
|
+
property :time_zone, as: 'timeZone'
|
3594
|
+
end
|
3595
|
+
end
|
3596
|
+
|
3597
|
+
class GoogleCloudDialogflowV2AgentAssistantFeedback
|
3598
|
+
# @private
|
3599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3600
|
+
property :answer_relevance, as: 'answerRelevance'
|
3601
|
+
property :document_correctness, as: 'documentCorrectness'
|
3602
|
+
property :document_efficiency, as: 'documentEfficiency'
|
3603
|
+
end
|
3604
|
+
end
|
3605
|
+
|
3606
|
+
class GoogleCloudDialogflowV2AgentAssistantRecord
|
3607
|
+
# @private
|
3608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3609
|
+
property :article_suggestion_answer, as: 'articleSuggestionAnswer', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleAnswer::Representation
|
3610
|
+
|
3611
|
+
property :faq_answer, as: 'faqAnswer', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer::Representation
|
3612
|
+
|
3613
|
+
end
|
3614
|
+
end
|
3615
|
+
|
3616
|
+
class GoogleCloudDialogflowV2AnalyzeContentRequest
|
3617
|
+
# @private
|
3618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3619
|
+
property :audio_input, as: 'audioInput', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AudioInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AudioInput::Representation
|
3620
|
+
|
3621
|
+
property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput::Representation
|
3622
|
+
|
3623
|
+
property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2QueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2QueryParameters::Representation
|
3624
|
+
|
3625
|
+
property :reply_audio_config, as: 'replyAudioConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudioConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudioConfig::Representation
|
3626
|
+
|
3627
|
+
property :request_id, as: 'requestId'
|
3628
|
+
property :text_input, as: 'textInput', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput::Representation
|
3629
|
+
|
3630
|
+
end
|
3631
|
+
end
|
3632
|
+
|
3633
|
+
class GoogleCloudDialogflowV2AnalyzeContentResponse
|
3076
3634
|
# @private
|
3077
3635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3078
|
-
property :
|
3079
|
-
property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo::Representation
|
3636
|
+
property :automated_agent_reply, as: 'automatedAgentReply', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentReply, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentReply::Representation
|
3080
3637
|
|
3081
|
-
property :
|
3638
|
+
property :dtmf_parameters, as: 'dtmfParameters', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DtmfParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DtmfParameters::Representation
|
3082
3639
|
|
3083
|
-
collection :
|
3640
|
+
collection :end_user_suggestion_results, as: 'endUserSuggestionResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult::Representation
|
3084
3641
|
|
3085
|
-
|
3642
|
+
collection :human_agent_suggestion_results, as: 'humanAgentSuggestionResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult::Representation
|
3086
3643
|
|
3087
|
-
|
3088
|
-
property :sentiment_analysis_result, as: 'sentimentAnalysisResult', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult::Representation
|
3644
|
+
property :message, as: 'message', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Message, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Message::Representation
|
3089
3645
|
|
3090
|
-
property :
|
3646
|
+
property :reply_audio, as: 'replyAudio', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudio, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudio::Representation
|
3091
3647
|
|
3648
|
+
property :reply_text, as: 'replyText'
|
3092
3649
|
end
|
3093
3650
|
end
|
3094
3651
|
|
3095
|
-
class
|
3652
|
+
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
3096
3653
|
# @private
|
3097
3654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3098
|
-
property :
|
3655
|
+
property :entity_type, as: 'entityType'
|
3656
|
+
property :formatted_value, as: 'formattedValue'
|
3657
|
+
property :text, as: 'text'
|
3099
3658
|
end
|
3100
3659
|
end
|
3101
3660
|
|
3102
|
-
class
|
3661
|
+
class GoogleCloudDialogflowV2AnswerFeedback
|
3103
3662
|
# @private
|
3104
3663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3105
|
-
property :
|
3106
|
-
property :display_name, as: 'displayName'
|
3107
|
-
property :last_matched_intent, as: 'lastMatchedIntent'
|
3108
|
-
hash :parameters, as: 'parameters', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue::Representation
|
3664
|
+
property :agent_assistant_detail_feedback, as: 'agentAssistantDetailFeedback', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantFeedback, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantFeedback::Representation
|
3109
3665
|
|
3666
|
+
property :click_time, as: 'clickTime'
|
3667
|
+
property :clicked, as: 'clicked'
|
3668
|
+
property :correctness_level, as: 'correctnessLevel'
|
3669
|
+
property :display_time, as: 'displayTime'
|
3670
|
+
property :displayed, as: 'displayed'
|
3110
3671
|
end
|
3111
3672
|
end
|
3112
3673
|
|
3113
|
-
class
|
3674
|
+
class GoogleCloudDialogflowV2AnswerRecord
|
3114
3675
|
# @private
|
3115
3676
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3116
|
-
property :
|
3117
|
-
property :resolved_value, as: 'resolvedValue'
|
3118
|
-
end
|
3119
|
-
end
|
3677
|
+
property :agent_assistant_record, as: 'agentAssistantRecord', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantRecord, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentAssistantRecord::Representation
|
3120
3678
|
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
property :magnitude, as: 'magnitude'
|
3125
|
-
property :score, as: 'score'
|
3679
|
+
property :answer_feedback, as: 'answerFeedback', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AnswerFeedback, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AnswerFeedback::Representation
|
3680
|
+
|
3681
|
+
property :name, as: 'name'
|
3126
3682
|
end
|
3127
3683
|
end
|
3128
3684
|
|
3129
|
-
class
|
3685
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
3130
3686
|
# @private
|
3131
3687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3132
|
-
property :
|
3133
|
-
|
3134
|
-
|
3135
|
-
|
3136
|
-
|
3137
|
-
property :
|
3138
|
-
|
3139
|
-
property :target_flow, as: 'targetFlow'
|
3140
|
-
property :target_page, as: 'targetPage'
|
3688
|
+
property :answer_record, as: 'answerRecord'
|
3689
|
+
property :confidence, as: 'confidence'
|
3690
|
+
hash :metadata, as: 'metadata'
|
3691
|
+
collection :snippets, as: 'snippets'
|
3692
|
+
property :title, as: 'title'
|
3693
|
+
property :uri, as: 'uri'
|
3141
3694
|
end
|
3142
3695
|
end
|
3143
3696
|
|
3144
|
-
class
|
3697
|
+
class GoogleCloudDialogflowV2AudioInput
|
3145
3698
|
# @private
|
3146
3699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3147
|
-
property :
|
3148
|
-
|
3700
|
+
property :audio, :base64 => true, as: 'audio'
|
3701
|
+
property :config, as: 'config', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputAudioConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputAudioConfig::Representation
|
3149
3702
|
|
3150
3703
|
end
|
3151
3704
|
end
|
3152
3705
|
|
3153
|
-
class
|
3706
|
+
class GoogleCloudDialogflowV2AutomatedAgentConfig
|
3154
3707
|
# @private
|
3155
3708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3156
|
-
property :
|
3157
|
-
property :avatar_uri, as: 'avatarUri'
|
3158
|
-
property :classification_threshold, as: 'classificationThreshold'
|
3159
|
-
property :default_language_code, as: 'defaultLanguageCode'
|
3160
|
-
property :description, as: 'description'
|
3161
|
-
property :display_name, as: 'displayName'
|
3162
|
-
property :enable_logging, as: 'enableLogging'
|
3163
|
-
property :match_mode, as: 'matchMode'
|
3164
|
-
property :parent, as: 'parent'
|
3165
|
-
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
3166
|
-
property :tier, as: 'tier'
|
3167
|
-
property :time_zone, as: 'timeZone'
|
3709
|
+
property :agent, as: 'agent'
|
3168
3710
|
end
|
3169
3711
|
end
|
3170
3712
|
|
3171
|
-
class
|
3713
|
+
class GoogleCloudDialogflowV2AutomatedAgentReply
|
3172
3714
|
# @private
|
3173
3715
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3174
|
-
property :
|
3175
|
-
|
3176
|
-
property :text, as: 'text'
|
3716
|
+
property :detect_intent_response, as: 'detectIntentResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DetectIntentResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DetectIntentResponse::Representation
|
3717
|
+
|
3177
3718
|
end
|
3178
3719
|
end
|
3179
3720
|
|
@@ -3258,6 +3799,31 @@ module Google
|
|
3258
3799
|
end
|
3259
3800
|
end
|
3260
3801
|
|
3802
|
+
class GoogleCloudDialogflowV2CallMatcher
|
3803
|
+
# @private
|
3804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3805
|
+
property :call_id_header, as: 'callIdHeader'
|
3806
|
+
property :custom_headers, as: 'customHeaders', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcherCustomHeaders, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcherCustomHeaders::Representation
|
3807
|
+
|
3808
|
+
property :from_header, as: 'fromHeader'
|
3809
|
+
property :name, as: 'name'
|
3810
|
+
property :to_header, as: 'toHeader'
|
3811
|
+
end
|
3812
|
+
end
|
3813
|
+
|
3814
|
+
class GoogleCloudDialogflowV2CallMatcherCustomHeaders
|
3815
|
+
# @private
|
3816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3817
|
+
property :cisco_guid, as: 'ciscoGuid'
|
3818
|
+
end
|
3819
|
+
end
|
3820
|
+
|
3821
|
+
class GoogleCloudDialogflowV2CompleteConversationRequest
|
3822
|
+
# @private
|
3823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3824
|
+
end
|
3825
|
+
end
|
3826
|
+
|
3261
3827
|
class GoogleCloudDialogflowV2Context
|
3262
3828
|
# @private
|
3263
3829
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3267,6 +3833,20 @@ module Google
|
|
3267
3833
|
end
|
3268
3834
|
end
|
3269
3835
|
|
3836
|
+
class GoogleCloudDialogflowV2Conversation
|
3837
|
+
# @private
|
3838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3839
|
+
property :conversation_profile, as: 'conversationProfile'
|
3840
|
+
property :conversation_stage, as: 'conversationStage'
|
3841
|
+
property :end_time, as: 'endTime'
|
3842
|
+
property :lifecycle_state, as: 'lifecycleState'
|
3843
|
+
property :name, as: 'name'
|
3844
|
+
property :phone_number, as: 'phoneNumber', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationPhoneNumber, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationPhoneNumber::Representation
|
3845
|
+
|
3846
|
+
property :start_time, as: 'startTime'
|
3847
|
+
end
|
3848
|
+
end
|
3849
|
+
|
3270
3850
|
class GoogleCloudDialogflowV2ConversationEvent
|
3271
3851
|
# @private
|
3272
3852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3279,6 +3859,46 @@ module Google
|
|
3279
3859
|
end
|
3280
3860
|
end
|
3281
3861
|
|
3862
|
+
class GoogleCloudDialogflowV2ConversationPhoneNumber
|
3863
|
+
# @private
|
3864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3865
|
+
property :phone_number, as: 'phoneNumber'
|
3866
|
+
end
|
3867
|
+
end
|
3868
|
+
|
3869
|
+
class GoogleCloudDialogflowV2ConversationProfile
|
3870
|
+
# @private
|
3871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3872
|
+
property :automated_agent_config, as: 'automatedAgentConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AutomatedAgentConfig::Representation
|
3873
|
+
|
3874
|
+
property :create_time, as: 'createTime'
|
3875
|
+
property :display_name, as: 'displayName'
|
3876
|
+
property :human_agent_assistant_config, as: 'humanAgentAssistantConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfig::Representation
|
3877
|
+
|
3878
|
+
property :human_agent_handoff_config, as: 'humanAgentHandoffConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig::Representation
|
3879
|
+
|
3880
|
+
property :language_code, as: 'languageCode'
|
3881
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2LoggingConfig::Representation
|
3882
|
+
|
3883
|
+
property :name, as: 'name'
|
3884
|
+
property :new_message_event_notification_config, as: 'newMessageEventNotificationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig::Representation
|
3885
|
+
|
3886
|
+
property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig::Representation
|
3887
|
+
|
3888
|
+
property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig::Representation
|
3889
|
+
|
3890
|
+
property :update_time, as: 'updateTime'
|
3891
|
+
end
|
3892
|
+
end
|
3893
|
+
|
3894
|
+
class GoogleCloudDialogflowV2CreateCallMatcherRequest
|
3895
|
+
# @private
|
3896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3897
|
+
property :call_matcher, as: 'callMatcher', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcher, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcher::Representation
|
3898
|
+
|
3899
|
+
end
|
3900
|
+
end
|
3901
|
+
|
3282
3902
|
class GoogleCloudDialogflowV2DetectIntentRequest
|
3283
3903
|
# @private
|
3284
3904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3307,6 +3927,38 @@ module Google
|
|
3307
3927
|
end
|
3308
3928
|
end
|
3309
3929
|
|
3930
|
+
class GoogleCloudDialogflowV2Document
|
3931
|
+
# @private
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3933
|
+
property :content_uri, as: 'contentUri'
|
3934
|
+
property :display_name, as: 'displayName'
|
3935
|
+
property :enable_auto_reload, as: 'enableAutoReload'
|
3936
|
+
collection :knowledge_types, as: 'knowledgeTypes'
|
3937
|
+
property :latest_reload_status, as: 'latestReloadStatus', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DocumentReloadStatus, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2DocumentReloadStatus::Representation
|
3938
|
+
|
3939
|
+
hash :metadata, as: 'metadata'
|
3940
|
+
property :mime_type, as: 'mimeType'
|
3941
|
+
property :name, as: 'name'
|
3942
|
+
property :raw_content, :base64 => true, as: 'rawContent'
|
3943
|
+
end
|
3944
|
+
end
|
3945
|
+
|
3946
|
+
class GoogleCloudDialogflowV2DocumentReloadStatus
|
3947
|
+
# @private
|
3948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3949
|
+
property :status, as: 'status', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
3950
|
+
|
3951
|
+
property :time, as: 'time'
|
3952
|
+
end
|
3953
|
+
end
|
3954
|
+
|
3955
|
+
class GoogleCloudDialogflowV2DtmfParameters
|
3956
|
+
# @private
|
3957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3958
|
+
property :accepts_dtmf_input, as: 'acceptsDtmfInput'
|
3959
|
+
end
|
3960
|
+
end
|
3961
|
+
|
3310
3962
|
class GoogleCloudDialogflowV2EntityType
|
3311
3963
|
# @private
|
3312
3964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3371,6 +4023,18 @@ module Google
|
|
3371
4023
|
end
|
3372
4024
|
end
|
3373
4025
|
|
4026
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
4027
|
+
# @private
|
4028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4029
|
+
property :answer, as: 'answer'
|
4030
|
+
property :answer_record, as: 'answerRecord'
|
4031
|
+
property :confidence, as: 'confidence'
|
4032
|
+
hash :metadata, as: 'metadata'
|
4033
|
+
property :question, as: 'question'
|
4034
|
+
property :source, as: 'source'
|
4035
|
+
end
|
4036
|
+
end
|
4037
|
+
|
3374
4038
|
class GoogleCloudDialogflowV2Fulfillment
|
3375
4039
|
# @private
|
3376
4040
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3378,27 +4042,171 @@ module Google
|
|
3378
4042
|
property :enabled, as: 'enabled'
|
3379
4043
|
collection :features, as: 'features', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature::Representation
|
3380
4044
|
|
3381
|
-
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentGenericWebService, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentGenericWebService::Representation
|
4045
|
+
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentGenericWebService, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentGenericWebService::Representation
|
4046
|
+
|
4047
|
+
property :name, as: 'name'
|
4048
|
+
end
|
4049
|
+
end
|
4050
|
+
|
4051
|
+
class GoogleCloudDialogflowV2FulfillmentFeature
|
4052
|
+
# @private
|
4053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4054
|
+
property :type, as: 'type'
|
4055
|
+
end
|
4056
|
+
end
|
4057
|
+
|
4058
|
+
class GoogleCloudDialogflowV2FulfillmentGenericWebService
|
4059
|
+
# @private
|
4060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4061
|
+
property :is_cloud_function, as: 'isCloudFunction'
|
4062
|
+
property :password, as: 'password'
|
4063
|
+
hash :request_headers, as: 'requestHeaders'
|
4064
|
+
property :uri, as: 'uri'
|
4065
|
+
property :username, as: 'username'
|
4066
|
+
end
|
4067
|
+
end
|
4068
|
+
|
4069
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfig
|
4070
|
+
# @private
|
4071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4072
|
+
property :end_user_suggestion_config, as: 'endUserSuggestionConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig::Representation
|
4073
|
+
|
4074
|
+
property :human_agent_suggestion_config, as: 'humanAgentSuggestionConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig::Representation
|
4075
|
+
|
4076
|
+
property :message_analysis_config, as: 'messageAnalysisConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig::Representation
|
4077
|
+
|
4078
|
+
property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig::Representation
|
4079
|
+
|
4080
|
+
end
|
4081
|
+
end
|
4082
|
+
|
4083
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
|
4084
|
+
# @private
|
4085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4086
|
+
property :model, as: 'model'
|
4087
|
+
end
|
4088
|
+
end
|
4089
|
+
|
4090
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig
|
4091
|
+
# @private
|
4092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4093
|
+
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
4094
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
4095
|
+
end
|
4096
|
+
end
|
4097
|
+
|
4098
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig
|
4099
|
+
# @private
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4101
|
+
collection :feature_configs, as: 'featureConfigs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig::Representation
|
4102
|
+
|
4103
|
+
property :group_suggestion_responses, as: 'groupSuggestionResponses'
|
4104
|
+
end
|
4105
|
+
end
|
4106
|
+
|
4107
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
|
4108
|
+
# @private
|
4109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4110
|
+
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig::Representation
|
4111
|
+
|
4112
|
+
property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
|
4113
|
+
property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig::Representation
|
4114
|
+
|
4115
|
+
property :suggestion_feature, as: 'suggestionFeature', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature::Representation
|
4116
|
+
|
4117
|
+
property :suggestion_trigger_settings, as: 'suggestionTriggerSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings::Representation
|
4118
|
+
|
4119
|
+
end
|
4120
|
+
end
|
4121
|
+
|
4122
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
|
4123
|
+
# @private
|
4124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4125
|
+
property :confidence_threshold, as: 'confidenceThreshold'
|
4126
|
+
property :context_filter_settings, as: 'contextFilterSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings::Representation
|
4127
|
+
|
4128
|
+
property :dialogflow_query_source, as: 'dialogflowQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource::Representation
|
4129
|
+
|
4130
|
+
property :document_query_source, as: 'documentQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource::Representation
|
4131
|
+
|
4132
|
+
property :knowledge_base_query_source, as: 'knowledgeBaseQuerySource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource::Representation
|
4133
|
+
|
4134
|
+
property :max_results, as: 'maxResults'
|
4135
|
+
end
|
4136
|
+
end
|
4137
|
+
|
4138
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
|
4139
|
+
# @private
|
4140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4141
|
+
property :drop_handoff_messages, as: 'dropHandoffMessages'
|
4142
|
+
property :drop_ivr_messages, as: 'dropIvrMessages'
|
4143
|
+
property :drop_virtual_agent_messages, as: 'dropVirtualAgentMessages'
|
4144
|
+
end
|
4145
|
+
end
|
4146
|
+
|
4147
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
|
4148
|
+
# @private
|
4149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4150
|
+
property :agent, as: 'agent'
|
4151
|
+
end
|
4152
|
+
end
|
4153
|
+
|
4154
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
|
4155
|
+
# @private
|
4156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4157
|
+
collection :documents, as: 'documents'
|
4158
|
+
end
|
4159
|
+
end
|
4160
|
+
|
4161
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
|
4162
|
+
# @private
|
4163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4164
|
+
collection :knowledge_bases, as: 'knowledgeBases'
|
4165
|
+
end
|
4166
|
+
end
|
4167
|
+
|
4168
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
|
4169
|
+
# @private
|
4170
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4171
|
+
property :no_smalltalk, as: 'noSmalltalk'
|
4172
|
+
property :only_end_user, as: 'onlyEndUser'
|
4173
|
+
end
|
4174
|
+
end
|
4175
|
+
|
4176
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
4177
|
+
# @private
|
4178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4179
|
+
property :conversation, as: 'conversation'
|
4180
|
+
property :participant, as: 'participant'
|
4181
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionResult::Representation
|
4182
|
+
|
4183
|
+
end
|
4184
|
+
end
|
4185
|
+
|
4186
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfig
|
4187
|
+
# @private
|
4188
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4189
|
+
property :live_person_config, as: 'livePersonConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig::Representation
|
4190
|
+
|
4191
|
+
property :salesforce_live_agent_config, as: 'salesforceLiveAgentConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig::Representation
|
3382
4192
|
|
3383
|
-
property :name, as: 'name'
|
3384
4193
|
end
|
3385
4194
|
end
|
3386
4195
|
|
3387
|
-
class
|
4196
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig
|
3388
4197
|
# @private
|
3389
4198
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3390
|
-
property :
|
4199
|
+
property :account_number, as: 'accountNumber'
|
3391
4200
|
end
|
3392
4201
|
end
|
3393
4202
|
|
3394
|
-
class
|
4203
|
+
class GoogleCloudDialogflowV2HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
3395
4204
|
# @private
|
3396
4205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3397
|
-
property :
|
3398
|
-
property :
|
3399
|
-
|
3400
|
-
property :
|
3401
|
-
property :username, as: 'username'
|
4206
|
+
property :button_id, as: 'buttonId'
|
4207
|
+
property :deployment_id, as: 'deploymentId'
|
4208
|
+
property :endpoint_domain, as: 'endpointDomain'
|
4209
|
+
property :organization_id, as: 'organizationId'
|
3402
4210
|
end
|
3403
4211
|
end
|
3404
4212
|
|
@@ -3414,6 +4222,7 @@ module Google
|
|
3414
4222
|
# @private
|
3415
4223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3416
4224
|
property :audio_encoding, as: 'audioEncoding'
|
4225
|
+
property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent'
|
3417
4226
|
property :enable_word_info, as: 'enableWordInfo'
|
3418
4227
|
property :language_code, as: 'languageCode'
|
3419
4228
|
property :model, as: 'model'
|
@@ -3432,11 +4241,13 @@ module Google
|
|
3432
4241
|
property :action, as: 'action'
|
3433
4242
|
collection :default_response_platforms, as: 'defaultResponsePlatforms'
|
3434
4243
|
property :display_name, as: 'displayName'
|
4244
|
+
property :end_interaction, as: 'endInteraction'
|
3435
4245
|
collection :events, as: 'events'
|
3436
4246
|
collection :followup_intent_info, as: 'followupIntentInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentFollowupIntentInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentFollowupIntentInfo::Representation
|
3437
4247
|
|
3438
4248
|
collection :input_context_names, as: 'inputContextNames'
|
3439
4249
|
property :is_fallback, as: 'isFallback'
|
4250
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
3440
4251
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2IntentMessage::Representation
|
3441
4252
|
|
3442
4253
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -3793,6 +4604,40 @@ module Google
|
|
3793
4604
|
end
|
3794
4605
|
end
|
3795
4606
|
|
4607
|
+
class GoogleCloudDialogflowV2KnowledgeBase
|
4608
|
+
# @private
|
4609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4610
|
+
property :display_name, as: 'displayName'
|
4611
|
+
property :language_code, as: 'languageCode'
|
4612
|
+
property :name, as: 'name'
|
4613
|
+
end
|
4614
|
+
end
|
4615
|
+
|
4616
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4617
|
+
# @private
|
4618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4619
|
+
property :state, as: 'state'
|
4620
|
+
end
|
4621
|
+
end
|
4622
|
+
|
4623
|
+
class GoogleCloudDialogflowV2ListAnswerRecordsResponse
|
4624
|
+
# @private
|
4625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4626
|
+
collection :answer_records, as: 'answerRecords', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AnswerRecord, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AnswerRecord::Representation
|
4627
|
+
|
4628
|
+
property :next_page_token, as: 'nextPageToken'
|
4629
|
+
end
|
4630
|
+
end
|
4631
|
+
|
4632
|
+
class GoogleCloudDialogflowV2ListCallMatchersResponse
|
4633
|
+
# @private
|
4634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4635
|
+
collection :call_matchers, as: 'callMatchers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcher, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CallMatcher::Representation
|
4636
|
+
|
4637
|
+
property :next_page_token, as: 'nextPageToken'
|
4638
|
+
end
|
4639
|
+
end
|
4640
|
+
|
3796
4641
|
class GoogleCloudDialogflowV2ListContextsResponse
|
3797
4642
|
# @private
|
3798
4643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3802,6 +4647,33 @@ module Google
|
|
3802
4647
|
end
|
3803
4648
|
end
|
3804
4649
|
|
4650
|
+
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
4651
|
+
# @private
|
4652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4653
|
+
collection :conversation_profiles, as: 'conversationProfiles', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationProfile::Representation
|
4654
|
+
|
4655
|
+
property :next_page_token, as: 'nextPageToken'
|
4656
|
+
end
|
4657
|
+
end
|
4658
|
+
|
4659
|
+
class GoogleCloudDialogflowV2ListConversationsResponse
|
4660
|
+
# @private
|
4661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4662
|
+
collection :conversations, as: 'conversations', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Conversation, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Conversation::Representation
|
4663
|
+
|
4664
|
+
property :next_page_token, as: 'nextPageToken'
|
4665
|
+
end
|
4666
|
+
end
|
4667
|
+
|
4668
|
+
class GoogleCloudDialogflowV2ListDocumentsResponse
|
4669
|
+
# @private
|
4670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4671
|
+
collection :documents, as: 'documents', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Document, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Document::Representation
|
4672
|
+
|
4673
|
+
property :next_page_token, as: 'nextPageToken'
|
4674
|
+
end
|
4675
|
+
end
|
4676
|
+
|
3805
4677
|
class GoogleCloudDialogflowV2ListEntityTypesResponse
|
3806
4678
|
# @private
|
3807
4679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3829,6 +4701,33 @@ module Google
|
|
3829
4701
|
end
|
3830
4702
|
end
|
3831
4703
|
|
4704
|
+
class GoogleCloudDialogflowV2ListKnowledgeBasesResponse
|
4705
|
+
# @private
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4707
|
+
collection :knowledge_bases, as: 'knowledgeBases', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeBase, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeBase::Representation
|
4708
|
+
|
4709
|
+
property :next_page_token, as: 'nextPageToken'
|
4710
|
+
end
|
4711
|
+
end
|
4712
|
+
|
4713
|
+
class GoogleCloudDialogflowV2ListMessagesResponse
|
4714
|
+
# @private
|
4715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4716
|
+
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Message, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Message::Representation
|
4717
|
+
|
4718
|
+
property :next_page_token, as: 'nextPageToken'
|
4719
|
+
end
|
4720
|
+
end
|
4721
|
+
|
4722
|
+
class GoogleCloudDialogflowV2ListParticipantsResponse
|
4723
|
+
# @private
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4725
|
+
property :next_page_token, as: 'nextPageToken'
|
4726
|
+
collection :participants, as: 'participants', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Participant, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2Participant::Representation
|
4727
|
+
|
4728
|
+
end
|
4729
|
+
end
|
4730
|
+
|
3832
4731
|
class GoogleCloudDialogflowV2ListSessionEntityTypesResponse
|
3833
4732
|
# @private
|
3834
4733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3838,6 +4737,13 @@ module Google
|
|
3838
4737
|
end
|
3839
4738
|
end
|
3840
4739
|
|
4740
|
+
class GoogleCloudDialogflowV2LoggingConfig
|
4741
|
+
# @private
|
4742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4743
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4744
|
+
end
|
4745
|
+
end
|
4746
|
+
|
3841
4747
|
class GoogleCloudDialogflowV2Message
|
3842
4748
|
# @private
|
3843
4749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3861,6 +4767,14 @@ module Google
|
|
3861
4767
|
end
|
3862
4768
|
end
|
3863
4769
|
|
4770
|
+
class GoogleCloudDialogflowV2NotificationConfig
|
4771
|
+
# @private
|
4772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4773
|
+
property :message_format, as: 'messageFormat'
|
4774
|
+
property :topic, as: 'topic'
|
4775
|
+
end
|
4776
|
+
end
|
4777
|
+
|
3864
4778
|
class GoogleCloudDialogflowV2OriginalDetectIntentRequest
|
3865
4779
|
# @private
|
3866
4780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3870,6 +4784,15 @@ module Google
|
|
3870
4784
|
end
|
3871
4785
|
end
|
3872
4786
|
|
4787
|
+
class GoogleCloudDialogflowV2OutputAudio
|
4788
|
+
# @private
|
4789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4790
|
+
property :audio, :base64 => true, as: 'audio'
|
4791
|
+
property :config, as: 'config', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudioConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2OutputAudioConfig::Representation
|
4792
|
+
|
4793
|
+
end
|
4794
|
+
end
|
4795
|
+
|
3873
4796
|
class GoogleCloudDialogflowV2OutputAudioConfig
|
3874
4797
|
# @private
|
3875
4798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3880,6 +4803,15 @@ module Google
|
|
3880
4803
|
end
|
3881
4804
|
end
|
3882
4805
|
|
4806
|
+
class GoogleCloudDialogflowV2Participant
|
4807
|
+
# @private
|
4808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4809
|
+
property :name, as: 'name'
|
4810
|
+
property :role, as: 'role'
|
4811
|
+
property :sip_recording_media_label, as: 'sipRecordingMediaLabel'
|
4812
|
+
end
|
4813
|
+
end
|
4814
|
+
|
3883
4815
|
class GoogleCloudDialogflowV2QueryInput
|
3884
4816
|
# @private
|
3885
4817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3935,6 +4867,13 @@ module Google
|
|
3935
4867
|
end
|
3936
4868
|
end
|
3937
4869
|
|
4870
|
+
class GoogleCloudDialogflowV2ReloadDocumentRequest
|
4871
|
+
# @private
|
4872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4873
|
+
property :content_uri, as: 'contentUri'
|
4874
|
+
end
|
4875
|
+
end
|
4876
|
+
|
3938
4877
|
class GoogleCloudDialogflowV2RestoreAgentRequest
|
3939
4878
|
# @private
|
3940
4879
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3993,6 +4932,68 @@ module Google
|
|
3993
4932
|
end
|
3994
4933
|
end
|
3995
4934
|
|
4935
|
+
class GoogleCloudDialogflowV2SpeechToTextConfig
|
4936
|
+
# @private
|
4937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4938
|
+
property :speech_model_variant, as: 'speechModelVariant'
|
4939
|
+
end
|
4940
|
+
end
|
4941
|
+
|
4942
|
+
class GoogleCloudDialogflowV2SuggestArticlesRequest
|
4943
|
+
# @private
|
4944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4945
|
+
property :context_size, as: 'contextSize'
|
4946
|
+
property :latest_message, as: 'latestMessage'
|
4947
|
+
end
|
4948
|
+
end
|
4949
|
+
|
4950
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4951
|
+
# @private
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4953
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleAnswer::Representation
|
4954
|
+
|
4955
|
+
property :context_size, as: 'contextSize'
|
4956
|
+
property :latest_message, as: 'latestMessage'
|
4957
|
+
end
|
4958
|
+
end
|
4959
|
+
|
4960
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersRequest
|
4961
|
+
# @private
|
4962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4963
|
+
property :context_size, as: 'contextSize'
|
4964
|
+
property :latest_message, as: 'latestMessage'
|
4965
|
+
end
|
4966
|
+
end
|
4967
|
+
|
4968
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
4969
|
+
# @private
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4971
|
+
property :context_size, as: 'contextSize'
|
4972
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FaqAnswer::Representation
|
4973
|
+
|
4974
|
+
property :latest_message, as: 'latestMessage'
|
4975
|
+
end
|
4976
|
+
end
|
4977
|
+
|
4978
|
+
class GoogleCloudDialogflowV2SuggestionFeature
|
4979
|
+
# @private
|
4980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4981
|
+
property :type, as: 'type'
|
4982
|
+
end
|
4983
|
+
end
|
4984
|
+
|
4985
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
4986
|
+
# @private
|
4987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4988
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
4989
|
+
|
4990
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestArticlesResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestArticlesResponse::Representation
|
4991
|
+
|
4992
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
4993
|
+
|
4994
|
+
end
|
4995
|
+
end
|
4996
|
+
|
3996
4997
|
class GoogleCloudDialogflowV2SynthesizeSpeechConfig
|
3997
4998
|
# @private
|
3998
4999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4073,6 +5074,26 @@ module Google
|
|
4073
5074
|
end
|
4074
5075
|
end
|
4075
5076
|
|
5077
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
5078
|
+
# @private
|
5079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5080
|
+
property :entity_type, as: 'entityType'
|
5081
|
+
property :formatted_value, as: 'formattedValue'
|
5082
|
+
property :text, as: 'text'
|
5083
|
+
end
|
5084
|
+
end
|
5085
|
+
|
5086
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
5087
|
+
# @private
|
5088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5089
|
+
property :answer_record, as: 'answerRecord'
|
5090
|
+
hash :metadata, as: 'metadata'
|
5091
|
+
collection :snippets, as: 'snippets'
|
5092
|
+
property :title, as: 'title'
|
5093
|
+
property :uri, as: 'uri'
|
5094
|
+
end
|
5095
|
+
end
|
5096
|
+
|
4076
5097
|
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
|
4077
5098
|
# @private
|
4078
5099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4098,6 +5119,18 @@ module Google
|
|
4098
5119
|
end
|
4099
5120
|
end
|
4100
5121
|
|
5122
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
5123
|
+
# @private
|
5124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5125
|
+
property :conversation, as: 'conversation'
|
5126
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
5127
|
+
|
5128
|
+
property :new_message_payload, as: 'newMessagePayload', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1Message::Representation
|
5129
|
+
|
5130
|
+
property :type, as: 'type'
|
5131
|
+
end
|
5132
|
+
end
|
5133
|
+
|
4101
5134
|
class GoogleCloudDialogflowV2beta1EntityType
|
4102
5135
|
# @private
|
4103
5136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4136,6 +5169,36 @@ module Google
|
|
4136
5169
|
end
|
4137
5170
|
end
|
4138
5171
|
|
5172
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5173
|
+
# @private
|
5174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5175
|
+
property :answer, as: 'answer'
|
5176
|
+
property :answer_record, as: 'answerRecord'
|
5177
|
+
property :confidence, as: 'confidence'
|
5178
|
+
hash :metadata, as: 'metadata'
|
5179
|
+
property :question, as: 'question'
|
5180
|
+
property :source, as: 'source'
|
5181
|
+
end
|
5182
|
+
end
|
5183
|
+
|
5184
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5185
|
+
# @private
|
5186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5187
|
+
property :conversation, as: 'conversation'
|
5188
|
+
property :participant, as: 'participant'
|
5189
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestionResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestionResult::Representation
|
5190
|
+
|
5191
|
+
end
|
5192
|
+
end
|
5193
|
+
|
5194
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
5195
|
+
# @private
|
5196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5197
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
5198
|
+
|
5199
|
+
end
|
5200
|
+
end
|
5201
|
+
|
4139
5202
|
class GoogleCloudDialogflowV2beta1Intent
|
4140
5203
|
# @private
|
4141
5204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4148,6 +5211,7 @@ module Google
|
|
4148
5211
|
|
4149
5212
|
collection :input_context_names, as: 'inputContextNames'
|
4150
5213
|
property :is_fallback, as: 'isFallback'
|
5214
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4151
5215
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
4152
5216
|
|
4153
5217
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -4658,6 +5722,32 @@ module Google
|
|
4658
5722
|
end
|
4659
5723
|
end
|
4660
5724
|
|
5725
|
+
class GoogleCloudDialogflowV2beta1Message
|
5726
|
+
# @private
|
5727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5728
|
+
property :content, as: 'content'
|
5729
|
+
property :create_time, as: 'createTime'
|
5730
|
+
property :language_code, as: 'languageCode'
|
5731
|
+
property :message_annotation, as: 'messageAnnotation', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1MessageAnnotation, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1MessageAnnotation::Representation
|
5732
|
+
|
5733
|
+
property :name, as: 'name'
|
5734
|
+
property :participant, as: 'participant'
|
5735
|
+
property :participant_role, as: 'participantRole'
|
5736
|
+
property :send_time, as: 'sendTime'
|
5737
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
5738
|
+
|
5739
|
+
end
|
5740
|
+
end
|
5741
|
+
|
5742
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
5743
|
+
# @private
|
5744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5745
|
+
property :contain_entities, as: 'containEntities'
|
5746
|
+
collection :parts, as: 'parts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AnnotatedMessagePart, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AnnotatedMessagePart::Representation
|
5747
|
+
|
5748
|
+
end
|
5749
|
+
end
|
5750
|
+
|
4661
5751
|
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
4662
5752
|
# @private
|
4663
5753
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4720,6 +5810,59 @@ module Google
|
|
4720
5810
|
end
|
4721
5811
|
end
|
4722
5812
|
|
5813
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
5814
|
+
# @private
|
5815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5816
|
+
property :answer_record, as: 'answerRecord'
|
5817
|
+
property :confidence, as: 'confidence'
|
5818
|
+
property :reply, as: 'reply'
|
5819
|
+
end
|
5820
|
+
end
|
5821
|
+
|
5822
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
5823
|
+
# @private
|
5824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5825
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ArticleAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ArticleAnswer::Representation
|
5826
|
+
|
5827
|
+
property :context_size, as: 'contextSize'
|
5828
|
+
property :latest_message, as: 'latestMessage'
|
5829
|
+
end
|
5830
|
+
end
|
5831
|
+
|
5832
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
5833
|
+
# @private
|
5834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5835
|
+
property :context_size, as: 'contextSize'
|
5836
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
|
5837
|
+
|
5838
|
+
property :latest_message, as: 'latestMessage'
|
5839
|
+
end
|
5840
|
+
end
|
5841
|
+
|
5842
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
5843
|
+
# @private
|
5844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5845
|
+
property :context_size, as: 'contextSize'
|
5846
|
+
property :latest_message, as: 'latestMessage'
|
5847
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SmartReplyAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SmartReplyAnswer::Representation
|
5848
|
+
|
5849
|
+
end
|
5850
|
+
end
|
5851
|
+
|
5852
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
5853
|
+
# @private
|
5854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5855
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
5856
|
+
|
5857
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestArticlesResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestArticlesResponse::Representation
|
5858
|
+
|
5859
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
|
5860
|
+
|
5861
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
|
5862
|
+
|
5863
|
+
end
|
5864
|
+
end
|
5865
|
+
|
4723
5866
|
class GoogleCloudDialogflowV2beta1WebhookRequest
|
4724
5867
|
# @private
|
4725
5868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4743,6 +5886,7 @@ module Google
|
|
4743
5886
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
4744
5887
|
|
4745
5888
|
property :fulfillment_text, as: 'fulfillmentText'
|
5889
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4746
5890
|
collection :output_contexts, as: 'outputContexts', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1Context, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1Context::Representation
|
4747
5891
|
|
4748
5892
|
hash :payload, as: 'payload'
|