You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)
50
+
Description: `The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)
51
51
for a list of the currently supported language codes. This field cannot be updated after creation.`,
Copy file name to clipboardExpand all lines: google/resource_dialogflow_cx_entity_type.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ For KIND_LIST entity types: A string that can contain references to other entity
100
100
"excluded_phrases": {
101
101
Type: schema.TypeList,
102
102
Optional: true,
103
-
Description: `Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion.
103
+
Description: `Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion.
104
104
If the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.`,
105
105
Elem: &schema.Resource{
106
106
Schema: map[string]*schema.Schema{
@@ -126,7 +126,7 @@ If not specified, the agent's default language is used. Many languages are suppo
126
126
Type: schema.TypeString,
127
127
Optional: true,
128
128
ForceNew: true,
129
-
Description: `The agent to create a entity type for.
129
+
Description: `The agent to create a entity type for.
@@ -168,7 +168,7 @@ If not specified, the agent's default language is used. Many languages are suppo
168
168
"classification_threshold": {
169
169
Type: schema.TypeFloat,
170
170
Optional: true,
171
-
Description: `To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold.
171
+
Description: `To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold.
172
172
If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.`,
173
173
},
174
174
"model_training_mode": {
@@ -194,7 +194,7 @@ If the returned score value is less than the threshold value, then a no-match ev
Description: `A flow's transition routes serve two purposes:
215
215
They are responsible for matching the user's first utterances in the flow.
216
216
They are inherited by every page's [transition routes][Page.transition_routes] and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow.
217
-
217
+
218
218
TransitionRoutes are evalauted in the following order:
219
219
TransitionRoutes with intent specified.
220
220
TransitionRoutes with only condition specified.
@@ -230,19 +230,19 @@ At least one of intent or condition must be specified. When both intent and cond
230
230
"intent": {
231
231
Type: schema.TypeString,
232
232
Optional: true,
233
-
Description: `The unique identifier of an Intent.
233
+
Description: `The unique identifier of an Intent.
234
234
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.`,
Description: `Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation.
62
+
Description: `Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation.
63
63
Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.`,
64
64
},
65
65
"labels": {
@@ -87,7 +87,7 @@ If not specified, the agent's default language is used. Many languages are suppo
87
87
"entity_type": {
88
88
Type: schema.TypeString,
89
89
Required: true,
90
-
Description: `The entity type of the parameter.
90
+
Description: `The entity type of the parameter.
91
91
Format: projects/-/locations/-/agents/-/entityTypes/<System Entity Type ID> for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<Entity Type ID> for developer entity types.`,
92
92
},
93
93
"id": {
@@ -103,7 +103,7 @@ Format: projects/-/locations/-/agents/-/entityTypes/<System Entity Type ID> for
103
103
"redact": {
104
104
Type: schema.TypeBool,
105
105
Optional: true,
106
-
Description: `Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging.
106
+
Description: `Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging.
107
107
Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.`,
108
108
},
109
109
},
@@ -170,7 +170,7 @@ Part.text is set to a part of the phrase that you want to annotate, and the para
170
170
"name": {
171
171
Type: schema.TypeString,
172
172
Computed: true,
173
-
Description: `The unique identifier of the intent.
173
+
Description: `The unique identifier of the intent.
Format: projects/-/locations/-/agents/-/entityTypes/<System Entity Type ID> for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<Entity Type ID> for developer entity types.`,
221
221
},
222
222
"fill_behavior": {
@@ -294,13 +294,13 @@ Format: projects/-/locations/-/agents/-/entityTypes/<System Entity Type ID> for
294
294
"redact": {
295
295
Type: schema.TypeBool,
296
296
Optional: true,
297
-
Description: `Indicates whether the parameter content should be redacted in log.
297
+
Description: `Indicates whether the parameter content should be redacted in log.
298
298
If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.`,
299
299
},
300
300
"required": {
301
301
Type: schema.TypeBool,
302
302
Optional: true,
303
-
Description: `Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them.
303
+
Description: `Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them.
304
304
Required parameters must be filled before form filling concludes.`,
305
305
},
306
306
},
@@ -331,7 +331,7 @@ If not specified, the agent's default language is used. Many languages are suppo
@@ -367,19 +367,19 @@ At least one of intent or condition must be specified. When both intent and cond
367
367
"intent": {
368
368
Type: schema.TypeString,
369
369
Optional: true,
370
-
Description: `The unique identifier of an Intent.
370
+
Description: `The unique identifier of an Intent.
371
371
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.`,
Description: `To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered.
85
+
Description: `To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered.
86
86
The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.`,
0 commit comments